textarea {
  width: 99%;
  height: 220px;
}

/* unvisited link */
a:link, a:visited, a:active {
  color: #004b87;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #004b87;
  text-decoration: underline;
}

body {
  
  margin:0;
  margin-top: 20px;
  padding:0;
  line-height: 1.5em;
  background-color: #EAEAEA; /* #2670A1; */
  #background-color: #EAEAEA;
  #background: #EDEDED url(img/body_bg.gif) repeat-x;
  font-size: 100%;

}

body, h1, h2, h3, h4, h5, h6 {
  /*font-size-adjust: 0.5;*/
  /* font-family: Verdana; */
  font-family: 'Helvetica', sans-serif;	
}

h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
}


h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
}

h3 {
    font-size: 1.5114em;
    /* 1.75x body copy size = 28px */
    line-height: 0.0;
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 0.0;
}

h5 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 2.00;
}

b{font-size: 100%;}
em{color: red;}

#maincontainer{
  width: 900px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  background-color: white;
  border-style: solid;
  #border-color: #cccccc;
  border-color: gray; /*black;*/
  border-width: 1px 1px 1px 1px;
  text-align: left  
}

#topsection{
  #background: #EAEAEA;
  background: white;
  height: 130px; /*Height of top section*/
}

#topsection h1{
  margin: 0;
  padding-top: 15px;
}

#contentwrapper{
  float: left;
  width: 100%;
}

#contentcolumn{
  margin-top: 20px;
  margin-left: 20px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
  padding-left:10px;
  float: left;
  width: 10px; /*Width of left column*/
  margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
  background: white; /*#C8FC98;*/
}

#footer{


#	height: 22px;
#	background-color: #d3e9e9;
#	margin-left: 13px;
#	margin-right: 14px;
#	border-top-width: 1px;
#	border-top-style: solid;
#	border-top-color: #999999;
#	text-align: center;
#	line-height: 1.8em;
#	color: #333333;
#	font-size: 90%;

#	background-color: #d3e9e9;
#	border-top-width: 1px;
#	border-top-style: solid;
#	border-top-color: black;
	
  #clear: left;
  width: 100%;
 # background-color: white;
  #color: #FFF;
  #text-align: left;
  padding: 1px 0;
  #padding-left: 10px;
  font: 10px Verdana;
  #border-width: 1px;
}



#footer a{
  color: #FFFF80;
}

.innertube{
  margin: 0 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
  padding-top: 10px;
  width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
  font: bold 13px Verdana;
  color: white;
  background: #606060 url(img/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
  margin-bottom: 0; /*bottom spacing between header and rest of content*/
  text-transform: uppercase;
  padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
  padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
  font: normal 12px Verdana;
  color: black;
  background: #E9E9E9;
  display: block;
  padding: 5px 0;
  line-height: 17px;
  padding-left: 8px; /*link text is indented 8px*/
  text-decoration: none;
}

.urbangreymenu ul li a:visited{
  color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
  color: white;
  background: #47A3FF; /*black;*/
}


  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(img/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(img/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(img/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}


@import url(http://fonts.googleapis.com/css?family=Capriola);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: Capriola, Helvetica, sans-serif;
}
#cssmenu {
  width: auto;
  height: 44px;
  padding-bottom: 0px;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
  height: 10px;
  background: #0f71ba;
}
#cssmenu #bg-two {
  height: 44px;
  z-index: 2;
  background: url('cssmenu/images/bg.png');
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 40px;
  z-index: 3;
  background: #222222;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 40px;
  z-index: 4;
  background: url('cssmenu/images/bg.png');
}
#cssmenu ul {
  height: 44px;
}
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
}
#cssmenu ul li a {
  padding: 12px 15px 12px 15px;
  margin-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #eeeeee;
  font-size: 15px;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #0f71ba;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('cssmenu/images/bg.png');
  color: #ffffff;
}